PowerTools MultiRow for Windows Forms 8.0J
ContainsKey メソッド (BaseKeyCollection<TKey,TValue>)

BaseKeyCollection内で検索するキー。
BaseKeyCollectionに特定のキーが含まれているかどうかを判断します。
構文
Public Function ContainsKey( _
   ByVal key As TKey _
) As Boolean
public bool ContainsKey( 
   TKey key
)

パラメータ

key
BaseKeyCollection内で検索するキー。

戻り値の型

指定したキーを持つ要素がBaseKeyCollectionに含まれている場合はtrue。それ以外の場合はfalse。
参照

BaseKeyCollection<TKey,TValue> クラス
BaseKeyCollection<TKey,TValue> メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.